home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Bugix / Bugix_Demo_v10.exe / {app} / data.000 / Scripts / bonus.script next >
Text File  |  2004-01-10  |  847b  |  89 lines

  1. bonusLighting
  2. {
  3.     type bonus
  4.     {
  5.         model models/bonus/lighting.3dm    
  6.         scale 1
  7.     }
  8. }
  9.  
  10. bonusSlow
  11. {
  12.     type bonus
  13.     {
  14.         model models/bonus/ice.3dm
  15.         scale 1
  16.     }
  17. }
  18.  
  19. bonusFuel
  20. {
  21.     type bonus
  22.     {
  23.         model models/bonus/fuel.3dm
  24.         scale 1
  25.     }
  26. }
  27.  
  28. bonusLife
  29. {
  30.     type bonus
  31.     {
  32.         model models/bonus/life.3dm
  33.         scale 1
  34.     }
  35. }
  36.  
  37. bonusScore
  38. {
  39.     type bonus
  40.     {
  41.         model models/bonus/score.3dm
  42.         scale 1
  43.     }
  44. }
  45.  
  46. bonusSecret
  47. {
  48.     type bonus
  49.     {
  50.         model models/bonus/secret.3dm
  51.         scale 1
  52.     }
  53. }
  54.  
  55. bonusShake
  56. {
  57.     type bonus
  58.     {
  59.         model models/bonus/shakebonus.3dm
  60.         scale 1
  61.     }
  62. }
  63.  
  64. bonusShield
  65. {
  66.     type bonus
  67.     {
  68.         model models/bonus/shield.3dm
  69.         scale 1
  70.     }
  71. }
  72.  
  73. bonusFast
  74. {
  75.     type bonus
  76.     {
  77.         model models/bonus/fast.3dm
  78.         scale 1
  79.     }
  80. }
  81.  
  82. bonusLevelUp
  83. {
  84.     type bonus
  85.     {
  86.         model models/bonus/levelup.3dm
  87.         scale 1
  88.     }
  89. }